home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine 15 / Erect Magazine 15.iso / mac / Menu.DIR / 00051.ls < prev    next >
Encoding:
Text File  |  1996-07-11  |  175 b   |  9 lines

  1. on mouseDown
  2.   puppetSound("CLICK.aif")
  3.   set the visible of sprite (the clickOn + 3) to 1
  4.   set the movieRate of sprite 9 to 0
  5.   updateStage()
  6.   waittime(1)
  7.   go("Quit")
  8. end
  9.